projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c573ae8
)
(dired-chown-program): Recognize lignux.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Mar 1996 02:37:57 +0000
(
02:37
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Mar 1996 02:37:57 +0000
(
02:37
+0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 95938f9ffdc0451813fa19d1ff79de30e38f5251..18f865551a6c2450aee87b1f73ae377518c4ead3 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-48,7
+48,7
@@
may contain even `F', `b', `i' and `s'. See also the variable
;;;###autoload
(defvar dired-chown-program
- (if (memq system-type '(hpux dgux usg-unix-v irix linux))
+ (if (memq system-type '(hpux dgux usg-unix-v irix linux
lignux
))
"chown" "/etc/chown")
"Name of chown command (usually `chown' or `/etc/chown').")